home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 005 / log100.arc / LOG100.DOC < prev   
Encoding:
Text File  |  1984-11-24  |  1.3 KB  |  33 lines

  1.     LOG.COM Documentation    Version 1.00      By Alan R. Cox
  2.  
  3.  
  4.     This is a handy SIMPLE little program that I use to keep track
  5.         of what and when I've done things on my system.  It adds a
  6.     single time-stamped text record to a system log file.
  7.  
  8.     The filename that this version was assembled for is "D:/SYS/SYSLOG".
  9.         If this name doesn't suit you just look for it with the debugger and
  10.     change it.
  11.  
  12.     Whatever comment is included on the command line follows the
  13.     time stamp in the record that is appended to the file.
  14.  
  15.     Example:
  16.  
  17.         D> log Joe D. called about prob w/ v9.04  (CBT)
  18.         D> log end of call
  19.  
  20.     Would result in the tail end of the syslog looking something like:
  21.  
  22.     ..................................................................
  23.     :11-01-84 10:45:51  -----RESTART-----                 :
  24.     :11-01-84 11:22:26  compile vects101.c                 :
  25.     :11-01-84 11:25:32  edit    io.asm                 :
  26.     :11-01-84 11:34:41  assem   io.asm                 :
  27.     :11-01-84 11:39:54  edit    log100.doc                 :
  28.     :11-01-84 11:47:10  Joe D. called about prob w/ v9.04  (CBT)     :
  29.     :11-01-84 11:12:06  end of call                  :
  30.     :................................................................:
  31.  
  32.     For my own use I have embedded calls to this utility in my
  33.     AUTOEXEC.BAT file, editing, compilation and assembl